home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Source Code
/
Libraries
/
SAT 2.4.0
/
SAT
/
SAT Think Lib ƒ
/
Compatibility
/
For Think P v3
/
TP3extra.p
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-30
|
346 b
|
18 lines
|
[
TEXT/Rich
]
unit TP3extra;
interface
FUNCTION Gestalt(selector: OSType; VAR response: LONGINT): OSErr;
implementation
FUNCTION _Gestalt(selector: OSType; VAR response: LONGINT): OSErr;
INLINE $225F, $201F, $A1AD, $2288, $3E80;
FUNCTION Gestalt(selector: OSType; VAR response: LONGINT): OSErr;
begin
Gestalt := _Gestalt(selector, response);
end;
end.